var testing.matchMutex

3 uses

	testing (current package)
		match.go#L48: var matchMutex sync.Mutex
		match.go#L76: 	matchMutex.Lock()
		match.go#L77: 	defer matchMutex.Unlock()